github.com/andybalholm/brotli.hasherParams.bucket_bits (field)
8 uses
github.com/andybalholm/brotli (current package)
h5.go#L45: h.hash_shift_ = 32 - h.params.bucket_bits
h5.go#L46: h.bucket_size_ = uint(1) << uint(h.params.bucket_bits)
h6.go#L46: h.hash_shift_ = 64 - h.params.bucket_bits
h6.go#L48: h.bucket_size_ = uint(1) << uint(h.params.bucket_bits)
params.go#L12: bucket_bits int
quality.go#L151: hparams.bucket_bits = 15
quality.go#L164: hparams.bucket_bits = 14
quality.go#L166: hparams.bucket_bits = 15
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |